projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585afaf
)
GtkStyleSet: Register "margin" property.
author
Carlos Garnacho
<carlosg@gnome.org>
Mon, 30 Aug 2010 20:35:30 +0000
(22:35 +0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:10 +0000
(15:38 +0100)
gtk/gtkstyleset.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstyleset.c
b/gtk/gtkstyleset.c
index 5c634100e0a6ce4038379970dec811e9e99ee5f3..101925a1cc1fdddb6811d18c43826260dca19bb3 100644
(file)
--- a/
gtk/gtkstyleset.c
+++ b/
gtk/gtkstyleset.c
@@
-85,6
+85,7
@@
gtk_style_set_class_init (GtkStyleSetClass *klass)
gtk_style_set_register_property ("font", PANGO_TYPE_FONT_DESCRIPTION, NULL, NULL);
+ gtk_style_set_register_property ("margin", GTK_TYPE_BORDER, NULL, NULL);
gtk_style_set_register_property ("padding", GTK_TYPE_BORDER, NULL, NULL);
gtk_style_set_register_property ("border", G_TYPE_INT, NULL, NULL);